.cloudzoom-lens {
	background: rgb(255, 255, 255);
	border: 3px solid rgb(136, 136, 136);
	border-image: none;
	width: 100px;
	height: 100px;
	z-index: 10;
	cursor: crosshair;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.cloudzoom-zoom {
	border: 1px solid rgb(136, 136, 136);
	border-image: none;
	width: 500px;
	height: 200px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.cloudzoom-zoom-inside {
	border: currentColor;
	border-image: none;
	box-shadow: none;
}

.cloudzoom-caption {
	padding: 10px;
	text-align: left;
	color: rgb(255, 255, 255);
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: none;
	background-color: rgb(0, 0, 0);
}

.cloudzoom-blank {
	background-image: url("/global/blank.png");
}

/* .cloudzoom-ajax-loader {
	width: 32px;
	height: 32px;
	background-image: url("/global/ajax-loader.gif");
} */